home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_300 / 309_01 / doit.bat < prev    next >
DOS Batch File  |  1990-03-18  |  156b  |  10 lines

  1. cc09 test.c test.asm
  2. if errorlevel 1 goto nocomp
  3. as6809 -los test
  4. aslink -fp test.lnk
  5. pod test.s19
  6. goto exit
  7. :nocomp
  8. echo Compiler Failure
  9. :exit
  10.